Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / IConvertible<T> Interface
The target type.
Members


In This Topic
    IConvertible<T> Interface
    In This Topic
    Represents an object which is able to convert to the T value.
    Syntax
    'Declaration
     
    
    Public Interface IConvertible(Of T) 
    'Usage
     
    
    Dim instance As IConvertible(Of T)
    public interface IConvertible<T> 
    Type Parameters
    T
    The target type.
    See Also